home *** CD-ROM | disk | FTP | other *** search
/ livebox / Livebox 2.0 TPSA installation application vRC3_08.09.2010.iso / PolandFonts.swf / scripts / PolandFonts.as < prev   
Text File  |  2010-12-25  |  353b  |  20 lines

  1. package
  2. {
  3.    import flash.display.Sprite;
  4.    
  5.    public class PolandFonts extends Sprite
  6.    {
  7.       
  8.       public static var PolandFonts:Class = ┬º┬ºnewclass(PolandFonts,Sprite);
  9.       
  10.       {
  11.          PolandFonts = PolandFonts_PolandFonts;
  12.       }
  13.       
  14.       public function PolandFonts()
  15.       {
  16.          super();
  17.       }
  18.    }
  19. }
  20.